home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 727 / adventure / information < prev    next >
Text File  |  1995-03-18  |  2KB  |  46 lines

  1. Adventure was written in FORTRAN by Donald Woods and Will Crowther.  It was
  2. the first game of its type, and became so influential that similar games have
  3. been known as "adventure games" ever since.  Historically, Adventure provided
  4. much of the underpinnings of modern computer gaming, and directly inspired
  5. other classic games such as Dungeon (AKA Zork) and VCS Adventure.
  6.  
  7. Many versions of the program have been hacked, ported, modified, and
  8. otherwise distributed amongst users worldwide.  Some versions are incomplete,
  9. some are bug-riddled, and some have additions not sanctioned by the original
  10. authors.
  11.  
  12. To present Adventure in its original form, Marvin W Rasmussin took the BDS-C
  13. users group version and revised it to conform with FORTRAN source code from
  14. versions running on two other computers.  The program was then converted to
  15. Megamax C for the Atari ST computer.  His version, distributed by the Austin
  16. Atari Computer Enthusiasts, is believed to be one of the most historically
  17. authentic.
  18.  
  19. Converting the program to SAS/C on the Amiga required only minor changes to
  20. conform with picky ANSI C conventions.  I have also taken the liberty of
  21. correcting a few trivial spelling and grammatical errors.  Otherwise, this
  22. version should function identically to the Austin ACE version.
  23.  
  24. For version 1.10 I have linked most of the data files as part of the program.
  25. This prevents them from being lost, allows the game to load faster, and allows
  26. them to be Imploded or PowerPacked along with it.  I also fixed a minor glitch
  27. in the random number generator from version 1.00 (though it had never affected
  28. game play, as far as I could see).
  29.  
  30. With 1.10 I am including a special bonus for owners of Black Belt's NoteBook
  31. program.  It's a small notebook with six pages of maps for Adventure.  I can't
  32. guarantee these maps as 100% complete or accurate, but they have certainly
  33. proved useful to me.  You can use NoteBook to view or print them.
  34.  
  35. I think today's players will find that Adventure, though it doesn't exactly
  36. stretch the limits of the Amiga, is still well worth playing.
  37.  
  38. This distribution should contain the following:
  39.  
  40.   Adventure       Executable file, ready to run from CLI or Workbench
  41.   adventr.dat     system data file (optional, but recommended)
  42.   Information     General information (this file)
  43.   maps.nb         NoteBook maps
  44.  
  45.                         - Tony L Belding
  46.